[PATCH] <short summary of the patch>
authorCamm Maguire <camm@debian.org>
Thu, 14 May 2026 11:50:06 +0000 (11:50 +0000)
committerCamm Maguire <camm@debian.org>
Thu, 16 Jul 2026 16:43:44 +0000 (12:43 -0400)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

Gbp-Pq: Name Version_2_7_2pre21

git.tag
h/s390-linux.h

diff --git a/git.tag b/git.tag
index 5c5e48120acb70eeb537f17c42065c7934bc47be..c1dfabcceb7a2fbce3ad6739b881159e6eaf7675 100644 (file)
--- a/git.tag
+++ b/git.tag
@@ -1 +1 @@
-"Version_2_7_2pre20"
+"Version_2_7_2pre21"
index 33e16c45ec4136f388254224677f5817e7f05ad4..ea981ce52429bdfa5ce33aa7f3011076448da41d 100755 (executable)
@@ -6,9 +6,9 @@
 #define C_GC_OFFSET 4
 #define RELOC_H "elf64_s390_reloc.h"
 #define SPECIAL_RELOC_H "elf64_sparc_reloc_special.h"
-#define OUTPUT_MACH #define bfd_mach_s390_64
+#define OUTPUT_MACH bfd_mach_s390_64
 #else
 #define RELOC_H "elf32_s390_reloc.h"
-#define OUTPUT_MACH #define bfd_mach_s390_32
+#define OUTPUT_MACH bfd_mach_s390_32
 #endif